DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ShouldSpringLoadRow Method

In This Topic
    ShouldSpringLoadRow Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ShouldSpringLoadRow( _
       ByVal tableView As UIKit.UITableView, _
       ByVal indexPath As Foundation.NSIndexPath, _
       ByVal context As UIKit.IUISpringLoadedInteractionContext _
    ) As Boolean
    public virtual bool ShouldSpringLoadRow( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath indexPath,
       UIKit.IUISpringLoadedInteractionContext context
    )

    Parameters

    tableView
    indexPath
    context
    See Also